html,
body,
ul,
li,
button,
input,
a,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    border-width: 0;
    text-decoration: none;
    color: #000;
    /* color: #fff; */
    /* border-color: ; */
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgb(149 156 164);;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e5e5e5;
}


.wrapper {
    width: 100%;
}

/* 头部 */
.header {
    height: 48px;
    background: rgba(0, 0, 0, 0.85);
}

.topnav {
    /*margin-left: 50%;*/
    width: 1200px;
    display: flex;
    color: #fff;
    /*text-align: center;*/
    justify-content: flex-end;
    margin: 0 auto;
    height: 100%;
}

/* .topnav-allbtn {} */

.btn-topnav {
    margin: 17px 0;
    padding: 0 32px;
    border-right: 1px solid #fff;
}

.btn-topnav:hover {
    cursor: pointer;
}

.btn-login {
    background: linear-gradient(180deg, #FFD148 0%, #FFC053 100%);
    color: #000;
    margin: 0;
    padding: 13px 32px;
}

.search-nav {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 286px;
    height: 80px;
    /* border: 1px solid #aaa; */
    position: absolute;
    top: 10px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.searIpt {
    height: 36px;
    width: 382px;
    position: absolute;
    right: 0;
    top: 32px;
}

#TopKey {
    width: 305px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 15px;
}

.searBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 77px;
    height: 36px;
    background: #0B4793;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
}

/* 导航栏 */
.menunav {
    width: 100%;
    height: 80px;
    background: #0B4793;
}

.menulist {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
}

.menu-item {
    /*width: 150px;*/
    width: 170px;
    height: 100%;
    text-align: center;
    line-height: 78px;
    color: #fff;
}

.menu-item:hover {
    background: #093C7D;
}

/* 协会介绍导航 */

.association-show:hover ~ .association-menu {
    display: block;
}

.association-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 1200px;
    height: 412px;
    margin: 0 auto;
}

.association-menu:hover {
    display: block;

}

.association-menu-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 96px;
    background: #0B4793;
}

.association-menu-item {
    line-height: 48px;
    text-align: center;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    /* background: #093C7D; */
}

.association-menu-item a {
    color: rgba(255, 255, 255, 0.85);
}

.association-menu-item:hover {
    background-color: #093C7D;
}

.association-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 32px 32px 32px;
    height: 316px;
    background: #FFFFFF;
    border: 1px solid #0B4793;
}

.association-content-left {
    width: 512px;
    height: 100%;
    overflow-y: hidden;
}

.association-content-right {
    width: 568px;
    height: 100%;
    overflow-y: hidden;
}

.association-content .left-tab {
    height: 34px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.association-content .tab-active {
    border-bottom: 3px solid #0B4793;
}

.association-content .tab-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B4793;
}

.association-content-left .left-content {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.association-content-left .left-content .content-president {
    display: flex;
}

.association-content .justify-sty {
    width: 42px;
    text-align: justify;
}

.association-content .justify-sty:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.association-content .justify-name {
    margin-top: 12px;
    margin-right: 8px;
    width: 42px;
}

.association-content .content-label {
    margin-top: 12px;
    color: #0B4793;
}

.association-content-left .left-content .content-vicePresident {
    display: flex;
    flex-wrap: wrap;
}

.association-content-left .left-content .content-director {
    display: flex;
    flex-wrap: wrap;
}

.association-content-right .left-content {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*margin: 18px 0 0 0;*/
    /*width: 567px;*/
    /*height: 244px;*/
    /*font-size: 14px;*/
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    /*font-weight: 500;*/
    /*color: rgba(0, 0, 0, 0.85);*/
    /*line-height: 36px;*/
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.association-content-right .left-content .content-president {
    display: flex;
}

.association-content-right .left-content .content-vicePresident {
    display: flex;
    flex-wrap: wrap;
}

.association-content-right .left-content .content-director {
    display: flex;
    flex-wrap: wrap;
}

.association-content-right .href-detail {
    position: absolute;
    color: #0B4793;
    margin-left: 4px;
    top: 216px;
    right: 0;
    background-color: #fff;
    text-align: right;
    width: 48px;
}

/* 固定公众号 */
.viscous {
    position: fixed;
    top: 416px;
    right: 0;
}

.viscous-item {
    position: relative;
    width: 89px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.showimg {
    position: absolute;
    top: -22px;
    right: 98px;
    display: none;
    width: 140px;
    height: 140px;
}

.showimage:hover ~ .showimg {
    display: block;
}

.showminiappimg {
    position: absolute;
    top: 70px;
    right: 98px;
    display: none;
    width: 140px;
    height: 140px;
}

.showminiappimage:hover ~ .showminiappimg {
    display: block;
}


.img2 {
    position: absolute;
    right: -8px;
    top: 60px;
    z-index: -1;
}

.viscous-item:hover {
    color: #FFFFFF;
    background: #0B4793;
    cursor: pointer;
}

.viscous-item:hover p {
    color: #FFFFFF;
}

.viscous-item i {
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 30px;
}

.viscous-item p {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

/* banner */
.banner {
    width: 100%;
    /*height: 640px;*/
    height: 400px;
}

.mid-wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* 行业党建 */
.industry {
    margin: 60px 0 40px 0;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
}

/* 党建动态 */
.dynamic {
    width: 100%;
    height: 392px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.dynamic-content {
    width: 589px;
    height: 352px;
}

.dynamic-tab {
    margin-bottom: 26px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.dynamic-img {
    width: 589px;
    height: 392px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.swtitleBox1 {
    width: 589px;
    height: 48px;
    overflow: hidden;
    /* position: relative; */
}

/* 轮播图列表 */
.dynamic-img .img-list {
    width: 4000px;
    height: 392px;
    display: flex;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

.swtitle {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 4000px;
    display: flex;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.dynamic-img .img-list img {
    width: 589px;
    height: 392px;
    /* 防止选中 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.swtitle-content {
    width: 589px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;

}

.swtitle-content-item {
    margin-left: 24px;
    width: 384px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bolder;
}

#aTitle {
    font-weight: bolder;
    font-size: 18px;

}

/* 左右按钮 */
.dynamic-img .btn {
    width: 30px;
    height: 60px;
    background-color: rgba(184, 184, 184, 0.3);

    position: absolute;
    top: 50%;
    margin-top: -30px;

    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: aliceblue;

    /* 防止选中 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.dynamic-img .btn:hover {
    background-color: rgba(156, 158, 158, 0.6);
    cursor: pointer;
    transition: all 0.5s;
}

.dynamic-img .left-btn {
    left: 0;
}

.dynamic-img .right-btn {
    right: 0;
}

/* 底部圆点 */
.dynamic-img .cir-list {
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 22px;
    right: 20px;
    margin-left: -100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.dynamic-img .cir-list li {
    width: 11px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.49;
}

.dynamic-img .cir-list li.change {
    width: 11px;
    height: 4px;
    background: #FFFFFF;
    transition: all 0.5s;
    opacity: 1;
}


.tab-item {
    padding: 0 13px 12px 13px;
}

.tab-active {
    border-bottom: 3px solid #CB0202;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.tab-more {
    float: right;
    margin-top: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.dynamic-content .content-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 71px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.dynamic-content .content-wrapper {
    width: 496px;
    height: 71px;
}

.dynamic-content .text-title {
    width: 496px;
    height: 14px;
    display: inline-block;
    overflow-wrap: break-word;
    /*color: rgba(11, 71, 147, 1);*/
    font-size: 16px;
    font-family: PingFangSC-Medium;
    white-space: nowrap;
    line-height: 16px;
    text-align: justify;
}

.dynamic-content .text-title-detail {
    width: 468px;
    height: 48px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 24px;
    text-align: justify;
    margin-top: 9px;
}

.dynamic-content .text-hrefdetail {
    width: 38px;
    height: 24px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(11, 71, 147, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 24px;
    text-align: justify;
    margin: -24px 0 0 396px;
}

.dynamic-content .text-time {
    position: relative;
    height: 64px;
    background-color: rgba(242, 245, 248, 1);
    width: 76px;
    font-family: Helvetica;
    color: rgba(0, 0, 0, 0.45);
}

.dynamic-content .text-time-day {
    position: absolute;
    top: 9px;
    left: 25px;
    font-size: 24px;
}

.dynamic-content .text-time-month {
    position: absolute;
    top: 38px;
    left: 12px;
    font-size: 14px;
}

.content-item {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.content-item .radius {
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.content-item .title {
    width: 480px;
    margin-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-item .title:hover {
    color: #0B4793 !important;
    cursor: pointer;
}

.content-item .time {
    font-size: 14px;
    font-family: Helvetica;
    color: rgba(0, 0, 0, 0.45);
}

/* 党史图片  */
.party-history {
    margin-bottom: 40px;
    width: 1200px;
    height: 90px;
}


.office-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 589px;
    height: 352px;
}

.office-content .office-item {
    margin-top: 30px;
    width: 180px;
    height: 60px;
    background: #F4F4F4;
    position: relative;
}

.office-content .office-item:hover {
    cursor: pointer;
}

.office-content .office-item .iconfont {
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 26px;
    color: #0B4793;
}

.office-content .office-item .title {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 84px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

/* 律师黄页 */
.lawyer {
    width: 100%;
    height: 427px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.lawyer .lawyer-img {
    width: 588px;
}

.lawyer .lawyer-img .lawyer-search {
    position: relative;
    height: 372px;
    height: 372px;
    background: #F7F7F7;
}

.lawyer .lawyer-img .lawyer-search .iconfont {
    position: absolute;
    top: 42px;
    left: 226px;
    font-size: 134px;
    color: #E5ECF6;
}

.lawyer .lawyer-img .lawyer-search #search {
    position: absolute;
    top: 160px;
    left: 94px;
    padding-left: 12px;
    width: 400px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
}

.lawyer .lawyer-tab {
    margin-bottom: 15px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.checklaw {
    position: absolute;
    top: 222px;
    left: 94px;
}

.checklaw input[type="radio"]::before {
    position: relative;
    content: "";
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0B4793;
    z-index: 5;
}

.checklaw input[type="radio"]:checked::after {
    position: relative;
    content: "";
    bottom: 14px;
    left: 4px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    visibility: visible;
    background-color: #0B4793;
    z-index: 6;
}

.matters {
    position: absolute;
    top: 224px;
    right: 94px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0B4793;
}

.search-btn {
    position: absolute;
    top: 274px;
    right: 194px;
    font-size: 12px;
    width: 200px;
    height: 36px;
    background: #0B4793;
    border-radius: 4px;
    color: #fff;
}

/* 底部 */
.wrapper-bottom {
    width: 100%;
    height: 250px;
    background: #07254D;

}

.wrapper-bottom .inside-wrapper {
    width: 996px;
    height: 210px;
    margin: 0 auto;
    padding-top: 40px;
}

.wrapper-bottom .inside-wrapper .select-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
}

.wrapper-bottom .inside-wrapper .select-item {
    width: 180px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 4px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.wrapper-bottom .inside-wrapper .information {
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

/* 行业党建导航 */
.building-show:hover ~ .building-menu {
    display: block;
}

.building-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 1190px;
    height: 462px;
    margin: 0 auto;
}

.building-menu:hover {
    display: block;
}

.building-menu-box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    height: 48px;
    background: #0B4793;
}

.building-menu-item {
    line-height: 48px;
    text-align: center;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    /* background: #093C7D; */
}

.building-menu-item a {
    color: rgba(255, 255, 255, 0.85);
}

.building-menu-item:hover {
    background-color: #093C7D;
}

.building-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 32px 32px 32px;
    height: 414px;
    background: #FFFFFF;
    border: 1px solid #0B4793;
}

.building-content-left {
    width: 538px;
    height: 100%;
    overflow-y: hidden;
}

.building-content-right {
    width: 538px;
}

.building-content .left-tab {
    height: 34px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.building-content .tab-active {
    border-bottom: 3px solid #0B4793;
}

.building-content .tab-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B4793;
}

.building-content-left .left-content {
    color: #000;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.building-content-left .left-content .row-eve {
    display: flex;
    overflow: hidden;
}

.building-content-left .left-content .content-label {
    margin-top: 20px;
    color: #0B4793;
}

.building-content-left .left-content .justify-sty {
    margin-top: 4px;
    width: 42px;
    text-align: justify;
}

.building-content-left .left-content .justify-sty:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.building-content-left .left-content .justify-name {
    margin-right: 8px;
    width: 42px;
}

.building-content-left .left-content .content-item {
    margin: 18px 0 0 0;
}

.building-content-right .left-content {
}

.building-content-right .left-content .content-item {
    margin: 18px 0 0 0;
}

.building-content-right .left-content .title {
    width: 430px;
}

/* 行业资讯导航 */
.info-show:hover ~ .info-menu {
    display: block;
}

.info-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 1190px;
    height: 462px;
    margin: 0 auto;
}

.info-menu:hover {
    display: block;
}

.info-menu-box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    height: 48px;
    background: #0B4793;
}

.info-menu-item {
    line-height: 48px;
    text-align: center;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    /* background: #093C7D; */
}

.info-menu-item a {
    color: rgba(255, 255, 255, 0.85);
}

.info-menu-item:hover {
    background-color: #093C7D;
}

.info-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 32px 32px 32px;
    height: 414px;
    background: #FFFFFF;
    border: 1px solid #0B4793;
}

.info-content-left {
    width: 540px;
    height: 100%;
    overflow-y: hidden;
}

.info-content-right {
    width: 540px;
}

.info-content .left-tab {
    height: 34px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.info-content .tab-active {
    border-bottom: 3px solid #0B4793;
}

.info-content .tab-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B4793;
}

.info-content-left .left-content {
    color: #000;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.info-content .content-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    margin: 20px 0 24px 0;
}

.info-content .content-wrapper {
    width: 348px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.info-content .text-title {
    width: 348px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
}

.info-content .text-title-detail {
    width: 348px;
    height: 68px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 24px;
    overflow: hidden;
    /* text-align: justify; */
}

.info-content .text-hrefdetail {
    width: 44px;
    height: 24px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(11, 71, 147, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 24px;
    /* text-align: justify; */
    margin: -19px 0 0 294px;
    text-align: right;
    background-color: #fff;
}

.info-content .text-hrefdetail:hover {
    cursor: pointer;
}

.info-content .text-time {
    width: 180px;
    height: 120px;
}

.info-content .left-content .content-item .title {
    width: 432px;
}

.info-content .left-content .content-item {
    margin-bottom: 24px;
}

.info-content-right .left-content {
}

.info-content-right .left-content .content-item {
    margin: 18px 0 0 0;
}

.info-content-right .left-content .title {
    width: 432px;
}


/* 案例平台导航 */
.case-show:hover ~ .case-menu {
    display: block;
}

.case-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 1200px;
    height: 462px;
    margin: 0 auto;
}

.case-menu:hover {
    display: block;
}

.case-menu-box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    height: 48px;
    background: #0B4793;
}

.case-menu-item {
    line-height: 48px;
    text-align: center;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    /* background: #093C7D; */
}

.case-menu-item a {
    color: rgba(255, 255, 255, 0.85);
}

.case-menu-item:hover {
    background-color: #093C7D;
}

.case-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 32px 32px 32px;
    height: 414px;
    background: #FFFFFF;
    border: 1px solid #0B4793;
}

.case-content-left {
    width: 540px;
    height: 100%;
    overflow-y: hidden;
}

.case-content-right {
    width: 540px;
}

.case-content .left-tab {
    height: 34px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.case-content .tab-active {
    border-bottom: 3px solid #0B4793;
}

.case-content .tab-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B4793;
}

.case-content-left .left-content {
    color: #000;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.case-content-left .left-content .content-item {
    margin: 18px 0 0 0;
}

.case-content-left .left-content .title {
    width: 432px;
}

.case-content-right .left-content .content-item {
    margin: 18px 0 0 0;
}

.case-content-right .left-content .title {
    width: 432px;
}

/* 会员服务导航 */
.member-show:hover ~ .member-menu {
    display: block;
}

.member-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 1190px;
    height: 462px;
    margin: 0 auto;
}

.member-menu:hover {
    display: block;
}

.member-menu-box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    height: 48px;
    background: #0B4793;
}

.member-menu-item {
    line-height: 48px;
    text-align: center;
    width: 100px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    /* background: #093C7D; */
}

.member-menu-item a {
    color: rgba(255, 255, 255, 0.85);
}

.member-menu-item:hover {
    background-color: #093C7D;
}

.member-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 32px 32px 32px;
    height: 414px;
    background: #FFFFFF;
    border: 1px solid #0B4793;
}

.member-content-left {
    width: 540px;
    height: 100%;
    overflow-y: hidden;
}

.member-content-right {
    width: 540px;
}

.member-content .left-tab {
    height: 34px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.member-content .tab-active {
    border-bottom: 3px solid #0B4793;
}

.member-content .tab-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B4793;
}

.member-content-left .left-content {
    color: #000;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.member-content-left .left-content .content-item {
    margin: 18px 0 0 0;
}

.member-content-left .left-content .title {
    width: 432px;
}

.member-content-right .left-content .content-item {
    margin: 18px 0 0 0;
}

.member-content-right .left-content .title {
    width: 432px;
}

/* 党委名单 */
.namelist {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 32px 0;
    height: 836px;
    width: 100%;
}

.namelist-left {
    width: 363px;
    height: 836px;
    background: #F4F4F4;
}

.namelist-right {
    width: 813px;
}

.namelist-left-title {
    padding: 16px 0 12px 16px;
    height: 26px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 3px solid #CB0202;
}

.namelist-content-left {
    padding: 0 16px 40px 16px;
}

.namelist-content-left .content-label {
    margin-top: 34px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.namelist-content-left .row-eve {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.namelist-content-left .justify-sty {
    margin-top: 8px;
    width: 42px;
    text-align: justify;
}

.namelist-content-left .justify-sty:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.namelist-content-left .justify-name {
    margin-right: 8px;
    width: 42px;
}

.namelist .img-box {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    width: 813px;
    height: 420px;
    background: #F4F4F4;
}

.namelist .img-left {
    width: 582px;
    height: 388px;
}

.namelist .img-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.namelist .img-small {
    width: 186px;
    height: 124px;
}

.img-item {
    width: 100%;
    height: 100%;
}

.namelist .right-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    width: 813px;
}

.namelist .bottom-left {
    width: 590px;
}

.namelist .bottom-right {
    width: 200px;
    display: flex;
    flex-direction: column;
}

.namelist .data {
    text-align: center;
    width: 200px;
    line-height: 88px;
    height: 95px;
    background: #CB0202;
    font-size: 24px;
    font-family: ZhenyanGB-Regular, ZhenyanGB;
    font-weight: 400;
    color: #FFFFFF;
}

.namelist .data1 {
    width: 200px;
    height: 95px;
    text-align: center;
    background: #F4F4F4;
    border: 1px solid #D8D8D8;
}

.namelist .data-num {
    margin-top: 26px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 16px;
}

.namelist .data-des {
    margin-top: 16px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 16px;
}

.build-history {
    width: 1200px;
    height: 90px;
    margin-bottom: 46px;
}

/* 各市党建 */
.city {
    width: 1200px;
    height: 388px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 106px;
}

.city-left {
    width: 588px;
    height: 388px;
}

.city-content {
    width: 588px;
    height: 352px;
}

.city-tab {
    margin-bottom: 26px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.city-left .city-content {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    overflow: hidden;
}

.city-left .city-content .city-item {
    position: relative;
    width: 129px;
    height: 60px;
    background: #F4F4F4;
    margin: 24px 24px 0 0;
}

.city-left .city-content .city-item2 {
    margin: 24px 0 0 0;
}

.city-left .city-content .city-item .city-name {
    width: 42px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* 业内动态 */
.trends-left-tab {
    height: 36px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.trends-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
    height: 336px;
    background: #FFFFFF;
}

.trends-content-left {
    width: 540px;
    height: 100%;
    overflow-y: hidden;
}

.trends-content-right {
    width: 540px;
}

.trends-content .left-tab {
    height: 34px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.trends-content .tab-active {
    border-bottom: 3px solid #0B4793;
}

.trends-content .tab-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B4793;
}

.trends-content-left .left-content {
    color: #000;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.trends-content .content-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    margin: 20px 0 24px 0;
}

.trends-content .content-wrapper {
    width: 348px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.trends-content .text-title {
    width: 348px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
}

.trends-content .text-title-detail {
    width: 348px;
    height: 68px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 24px;
    overflow: hidden;
    /* text-align: justify; */
}

.trends-content .text-hrefdetail {
    width: 44px;
    height: 24px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(11, 71, 147, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 24px;
    /* text-align: justify; */
    margin: -19px 0 0 294px;
    text-align: right;
    background-color: #fff;
}

.trends-content .text-hrefdetail:hover {
    cursor: pointer;
}

.trends-content .text-time {
    width: 180px;
    height: 120px;
}

.trends-content .left-content .content-item .title {
    width: 432px;
}

.trends-content .left-content .content-item {
    margin-bottom: 24px;
}

.trends-content-right .left-content {
}

.trends-content-right .left-content .content-item {
    margin: 18px 0 0 0;
}

.trends-content-right .left-content .title {
    width: 432px;
}

/* 业内动态页面 */
.trends-wrapper {
}

.trends-wrapper .mid-wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 1010px;
}

.crumbs {
    margin-top: 64px;
    margin-bottom: 16px;
}

.crumbs-label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}

.crumbs-title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

/* 党建动态 */
.trends-dynamic {
    width: 100%;
    height: 740px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.trends-dynamic-content {
    width: 714px;
    height: 100%;
}

.trends-dynamic-tab {
    margin-top: 16px;
    margin-bottom: 26px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.trends-dynamic-img {
    width: 464px;
    height: 100%;
    background: #F7F7F7;
}

.association-dynamic {
    padding: 0 24px 24px 24px;
}

.association-dynamic-box-item {
    justify-content: space-between;
    border-bottom: 1px dashed #aaa;
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.association-dynamic-img {
    width: 200px;
    height: 124px;
}

.association-dynamic-content {
    margin: 14px 0 0 0;
    /* border-bottom: 1px dashed rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    width: 200px;
    height: 42px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

.tab-item {
    padding: 0 13px 12px 13px;
}

.tab-active {
    border-bottom: 3px solid #CB0202;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.tab-more {
    float: right;
    margin-top: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.trends-dynamic-content .content-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 71px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.trends-dynamic-content .content-wrapper {
    width: 496px;
    height: 71px;
}

.trends-dynamic-content .title {
    width: 590px;
    margin-right: 38px;
}

.trends-dynamic-content .text-title {
    width: 496px;
    height: 14px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(11, 71, 147, 1);
    font-size: 16px;
    font-family: PingFangSC-Medium;
    white-space: nowrap;
    line-height: 16px;
    text-align: justify;
}

.trends-dynamic-content .text-title-detail {
    width: 468px;
    height: 48px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 24px;
    text-align: justify;
    margin-top: 9px;
}

.trends-dynamic-content .text-hrefdetail {
    width: 38px;
    height: 24px;
    display: inline-block;
    overflow-wrap: break-word;
    color: rgba(11, 71, 147, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 24px;
    text-align: justify;
    margin: -24px 0 0 396px;
}

.trends-dynamic-content .text-time {
    position: relative;
    height: 64px;
    background-color: rgba(242, 245, 248, 1);
    width: 76px;
    font-family: Helvetica;
    color: rgba(0, 0, 0, 0.45);
}

.trends-dynamic-content .text-time-day {
    position: absolute;
    top: 9px;
    left: 25px;
    font-size: 24px;
}

.trends-dynamic-content .text-time-month {
    position: absolute;
    top: 38px;
    left: 12px;
    font-size: 14px;
}

.paging {
    margin-top: 56px;
    width: 714px;
    height: 40px;
    border: 1px solid #aaa;
}


/* 律师文化 */
.culture-dynamic {
    width: 1200px;
    height: 956px;
}

.culture-dynamic-tab {
    margin-top: 16px;
    /* margin-bottom: 26px; */
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.culture-content-item {
    /* width: 210px; */
    display: flex;
    box-sizing: border-box;
    height: 188px;
    padding: 24px 0;
    border-bottom: 1px dashed #CCCCCC;
}

.culture-img {
    width: 210px;
    height: 140px;
    margin-right: 16px;
}

.culture-content {
}

.culture-title {
    width: 974px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 8px;
}

.culture-substance {
    width: 974px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 8px;
}

.culture-content-bottom {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.icon-share {
    cursor: pointer;
}

/* 双优评审 */
.review-banner {
    width: 100%;
    height: 200px;
}

.review-dynamic {
}

.review-dynamic-content {
    width: 1200px;
    margin: 0 auto;
}

.review-content-item {
    display: flex;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    margin-bottom: 16px;
}

.review-content-item:hover {
    border: 1px solid #0B4793;
    color: #0B4793 !important;
}

.review-content-item:hover .hover-item {
    color: #0B4793 !important;
}


.review-img {
    width: 73px;
    height: 73px;
    margin: 35px 46px 0 30px;
}

.review-title {
    margin-top: 28px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
}

.review-substance {
    margin-top: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
}

/* 警示台 */
.warning-content-item {
    line-height: 53px;
    display: flex;
    width: 1200px;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 18px;
}

.warning-content-item:hover {
    border: 1px solid #0B4793;
}

.warning-content-item:hover .warning-title {
    color: #0B4793;
}

.warning-img {
    width: 6px;
    margin: 0 16px;
    margin-top: 24px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}

.warning-banner {
    width: 100%;
    height: 200px;
}

.warning-title {
    width: 892px;
}

.warning-substance {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}


.safeguard-dynamic .square {
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #17B5FF;
}

.safeguard-item {
    width: 100%;
    background: #F0FCFF;
    border-radius: 8px;
    border: 1px solid #9FE5FF;
    padding: 16px 52px 14px 60px;
    margin: 18px 0 40px 0;
}

.safeguard-item-one {
    width: 1087px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
}

.safeguard-title {
    position: absolute;
    margin-left: 18px;
    font-size: 18px;
    top: -3px;
}

.safeguard-btn {
    position: absolute;
    right: 0;
    top: 80px;
    width: 163px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 44px;
}

.complaint-dynamic .square {
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #FAC593;
}

.complaint-item {
    width: 100%;
    background: #FEF9F4;
    border-radius: 8px;
    border: 1px solid #FAC593;
    padding: 16px 52px 14px 60px;
    margin: 18px 0 40px 0;
}

.complaint-item-one {
    width: 1087px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 36px;
}

.complaint-title {
    position: absolute;
    margin-left: 18px;
    font-size: 18px;
    top: -3px;
}


/* 律师黄页 */
.layer-introduction {
    width: 1200px;
    /* height: 242px; */
    border: 1px solid rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
}

.layer-introduction-top {
    padding: 14px 0 0 36px;
    box-sizing: border-box;
    width: 1200px;
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
}

.layer-introduction-content {
    display: flex;
    width: 100%;
    padding: 38px 124px 0 64px;
    box-sizing: border-box;
    height: 194px;

}

.photo-box {
    margin-right: 32px;
    width: 97px;
    height: 120px;
}

.introduction-box {
    flex: 1;
}

.introduction-box-name {
    font-size: 16px;
    color: rgba(11, 71, 147, 1);
}

.introduction-box-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 14px;
}

.introduction-box-value {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
}

.practicing-status {
    /*margin-right: 120px;*/
    margin-right: 100px;
    margin-top: 8px;
}

.status-round {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    background: #54BA6E;
}

.status-label {
    margin-top: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

.layer-introduction-bottom {
    margin: 24px 0 104px 0;
    width: 1200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    box-sizing: border-box;
}

.layer-introduction-bottom .tab-item {
    font-size: 14px;
}

.layer-introduction-bottom .tab-active {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.layer-introduction {
}


.square {
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #CB0202;
}

.complaint-title {
    font-size: 16px;
}

.practicing-item {
    display: flex;
    margin-top: 20px;
}

.practicing-item-label {
    margin-right: 18px;
    width: 98px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
}

.practicing-item-value {
    margin-right: 200px;
    width: 150px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

.check-tritem {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tditem {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
}

.wid208 {
    width: 206px;
}

.wid324 {
    width: 322px;
}

.wid358 {
    width: 356px;
}

.wid178 {
    width: 176px;
}

.nolist {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.65);
}

.rewards {
    margin: 8px 0 0 26px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
}

.wid208 {
    width: 208px;
}

.wid431 {
    width: 431px;
}

.check-tritem:nth-child(odd) {
    background-color: #fff;
}

.check-tritem:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1000);
}

.wid892 {
    width: 892px;
}

.wid176 {
    width: 176px;
}

.name-list {
    margin: 20px 0 0 26px;
    width: 1070px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
}

.name-list span {
    margin-right: 8px;
}

.m-pagination {
    text-align: center;
    clear: both;
    margin: 0px auto;
    padding: 30px 0;
}

.m-pagination a, .m-pagination span {
    padding: 6px 12px;
    line-height: 24px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 14px;
}

.m-pagination .p {
    padding: 3px 4px;
    line-height: 25px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 14px;
    width: 28px;
}

.m-pagination a.disabled a, .m-pagination a.disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.m-pagination a.act {
    background-color: #0B4793;
    color: #ffffff;
}

.text-title:hover {
    color: #0B4793;
}

.content-item .title a:hover {
    color: #0B4793;
}

.m-link-item {
    height: 30px;
    float: left;
    width: 140px;
    background-image: url(../images/icon_arrowdown.png);
    background-repeat: no-repeat;
    background-position: 160px center;
    padding: 0 20px;
    margin-right: 10px;
    border: 4px solid #2b4466;
    background-color: #132f55;
}

.m-link .top {
    color: #ffffff !important;
}

.m-dropdown a {
    color: #333333;
}

.m-dropdown ul {
    margin-top: -142px;
    margin-left: -24px;
    background-color: #132f55;
    color: #ffffff;
    padding: 10px;
    border: 4px solid #2b4466;
    height: 80px;
    overflow-y: scroll;
    width: 160px;
}

.m-dropdown ul li {
    line-height: 24px;
}

.m-dropdown ul li a {
    color: #ffffff;
}

.m-pagination input {
    border-width: 1px;
    border-radius: 3px;
}

.m-footer {
    clear: both;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    padding-top: 40px;
}

.g-footer {
    clear: both;
    background-color: #07254D;
    color: #a9b3c1;
    height: 250px;
}

/*友情链接*/
.yqlink {
    clear: both;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.m-link {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    list-style: none;
}

.m-link-item {
    float: left;
    width: 140px;
    background-image: url(../images/icon_arrowdown.png);
    background-repeat: no-repeat;
    background-position: 160px center;
    padding: 0 20px;
    margin-right: 10px;
    border: 4px solid #2b4466;
    background-color: #132f55;
}

.m-link .top {
    color: #ffffff !important;
}

.middle-swpier {
    margin-bottom: 50px
}

.swiper {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.middlelist {
    height: 200px
}

.middlelist .middle-item {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bannerWrapper {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

